-
A view controller containing a grid of buttons the user can use to denote an issue their current navigation experience.
See moreDeclaration
Swift
public class FeedbackViewController : UIViewController, DismissDraggable, UIGestureRecognizerDelegate
extension FeedbackViewController: UIViewControllerTransitioningDelegate
extension FeedbackViewController: UICollectionViewDataSource
extension FeedbackViewController: UICollectionViewDelegate
extension FeedbackViewController: UICollectionViewDelegateFlowLayout
-
The
See moreFeedbackViewControllerDelegate
protocol provides methods for responding to feedback events.Declaration
Swift
public protocol FeedbackViewControllerDelegate : AnyObject, UnimplementedLogging
-
A single feedback item displayed on an instance of
See moreFeedbackViewController
.Declaration
Swift
public struct FeedbackItem
-
Feedback type is used to specify the type of feedback being recorded with
See moreNavigationEventsManager.recordFeedback(type:description:)
.Declaration
Swift
public enum FeedbackType : CustomStringConvertible
-
Enum denoting the subtypes of the
Incorrect Visual
top-level categoryDeclaration
Swift
public enum IncorrectVisualSubtype : String
-
Enum denoting the subtypes of the
Confusing Audio
top-level categoryDeclaration
Swift
public enum ConfusingAudioSubtype : String
-
Enum denoting the subtypes of the
Route Quality
top-level categoryDeclaration
Swift
public enum RouteQualitySubtype : String
-
Enum denoting the subtypes of the
Illegal Route
top-level categoryDeclaration
Swift
public enum IllegalRouteSubtype : String
-
Enum denoting the subtypes of the
Road Closure
top-level categoryDeclaration
Swift
public enum RoadClosureSubtype : String
-
Enum denoting the origin source of the corresponding feedback item
See moreDeclaration
Swift
public enum FeedbackSource : Int, CustomStringConvertible
-
Feedback Model Object for End Of Route Experience.
Declaration
Swift
open class EndOfRouteFeedback